home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Util / Tf-Tz / TV-Man Folder / RezManTypes.r next >
Encoding:
Text File  |  1991-11-13  |  2.3 KB  |  70 lines  |  [TEXT/MPS ]

  1.  
  2.  
  3. /*--------------------------------------------------------------------------------------*/
  4. /*--------------------------------------------------------------------------------------*/
  5. /*    The following are the structures for resources used in 
  6.     the TV-Man program. In order to correctly Rez and Derez TV-Man
  7.     these need to be pasted into the Types.r file.    */
  8.  
  9. /*---------------------------------------------------------------------------*/
  10. /*    gbrs    Gray Scale Values •••••> New Template            */
  11. type 'gbrs'
  12. {
  13.     unsigned integer;            /*    Color resolution        */
  14.     unsigned integer;            /*    Number of Gray Bars        */
  15. };
  16.  
  17.  
  18. /*---------------------------------------------------------------------------*/
  19. /*    tpat    Test Pattern Values     •••••> New Template        */
  20. type 'tpat'
  21. {
  22.     unsigned integer;            /*    line width                */
  23.     unsigned integer;            /*    ring spacing             */
  24.     unsigned integer;            /*    ring width                */
  25.     unsigned longint;            /*    foregcolor Color Value    */
  26.     unsigned longint;            /*    backgcolor Color Value    */
  27. };
  28.  
  29.  
  30. /*---------------------------------------------------------------------------*/
  31. /*    lnes    Line Values    •••••> New Template        */
  32. type 'lnes'
  33. {
  34.     unsigned integer;            /*    Light color width        */
  35.     unsigned integer;            /*    Dark color width        */
  36.     unsigned longint;            /*    Light Color Value        */
  37.     unsigned longint;            /*    Dark Color Value        */
  38. };
  39.  
  40.  
  41. /*---------------------------------------------------------------------------*/
  42. /*    lbst    Line Burst Values    •••••> New Template            */
  43. type 'lbst'
  44. {
  45.     unsigned integer;            /*    Number of Bars            */
  46.     unsigned integer;            /*    Bar Width                */
  47.     unsigned integer;            /*    Bar Spacing                */
  48.     unsigned longint;            /*    Bar Color Value            */
  49.     unsigned longint;            /*    BAckground Color Value    */
  50. };
  51.  
  52.  
  53.  
  54. /*---------------------------------------------------------------------------*/
  55. /*    beep    Beep Data Values    •••••> New Template            */
  56. type 'beep'
  57. {
  58.     unsigned integer;            /*    Is Beep    Enabled            */
  59.     unsigned integer;            /*    Type of Beep            */
  60.     unsigned integer;            /*    Length of the Beep        */
  61.     unsigned integer;            /*    Spacing between Beeps    */
  62.     unsigned integer;            /*    Number of Beep cycles    */
  63.     unsigned integer;            /*    delay between cycles    */
  64.     unsigned integer;            /*    Volume of the Beep        */
  65.     unsigned integer;            /*    Frequency of Beep        */
  66.     unsigned integer;            /*    Channel init identifier    */
  67.     unsigned integer;            /*    Resource Identification    */
  68.     pstring;                    /*    The Dialog Box Title    */
  69. };
  70.